home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #45 (Jun 89) / XCMD Code / HyperUtils.H (Listing 3) < prev   
Text File  |  1989-04-10  |  430b  |  16 lines

  1. /********************************/
  2. /* HyperUtils.H                    */
  3. /*                                 */
  4. /* Header file for HyperUtils.c    */
  5. /* routines...                    */
  6. /*                                 */
  7. /********************************/
  8.  
  9. #define     NIL            0L
  10. #define        UPFRONT        -1L
  11.  
  12. void    CenterWindow( WindowPtr wptr );
  13. void     Concat( char * str1, char * str2 );
  14. void    CopyPStr( char * pStr1, char * pStr2 );
  15. short    GetFileNameToOpen(SFTypeList typs,short typcnt, char *theName, short *theWDID);
  16.